home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Auslogics BoostSpeed 4.2.7.172 / boost-speed-setup.exe / {app} / StartupManager.exe / 0 / RCDATA / TFRMSTARTMENU / TFRMSTARTMENU.txt
Text File  |  2008-10-30  |  4KB  |  168 lines

  1. object frmStartMenu: TfrmStartMenu
  2.   Left = 335
  3.   Top = 194
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Search in the Start Menu'
  7.   ClientHeight = 470
  8.   ClientWidth = 400
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   DesignSize = (
  22.     400
  23.     470)
  24.   PixelsPerInch = 96
  25.   TextHeight = 16
  26.   object btnOk: TButton
  27.     Left = 223
  28.     Top = 437
  29.     Width = 80
  30.     Height = 25
  31.     Action = acSelectProgram
  32.     Anchors = [akRight, akBottom]
  33.     Default = True
  34.     ModalResult = 1
  35.     TabOrder = 1
  36.     OnKeyDown = ButtonKeyDown
  37.   end
  38.   object btnCancel: TButton
  39.     Left = 311
  40.     Top = 437
  41.     Width = 80
  42.     Height = 25
  43.     Anchors = [akRight, akBottom]
  44.     Cancel = True
  45.     Caption = 'Cancel'
  46.     ModalResult = 2
  47.     TabOrder = 2
  48.     OnKeyDown = ButtonKeyDown
  49.   end
  50.   object pcBackground: TPageControl
  51.     Left = 8
  52.     Top = 8
  53.     Width = 385
  54.     Height = 422
  55.     ActivePage = tsCommon
  56.     Anchors = [akLeft, akTop, akBottom]
  57.     TabOrder = 0
  58.     TabStop = False
  59.     OnChange = pcBackgroundChange
  60.     object tsCommon: TTabSheet
  61.       Caption = 'All Users'
  62.       object lblTitle: TLabel
  63.         Left = 8
  64.         Top = 8
  65.         Width = 361
  66.         Height = 49
  67.         AutoSize = False
  68.         Caption = 
  69.           'You can select a program shortcut from the Start Menu. Choose th' +
  70.           'e program and press "OK" button.'
  71.         WordWrap = True
  72.       end
  73.       object tvProgramsCommon: TTreeView
  74.         Left = 8
  75.         Top = 64
  76.         Width = 361
  77.         Height = 313
  78.         HideSelection = False
  79.         Images = ilMenuItems
  80.         Indent = 19
  81.         PopupMenu = pmTree
  82.         ReadOnly = True
  83.         ShowRoot = False
  84.         TabOrder = 0
  85.         OnCompare = tvProgramsCommonCompare
  86.         OnDblClick = tvProgramsCommonDblClick
  87.         OnExpanded = tvProgramsCommonExpanded
  88.       end
  89.     end
  90.     object tsUser: TTabSheet
  91.       Caption = 'Current User'
  92.       ImageIndex = 1
  93.       object lblTitle_2: TLabel
  94.         Left = 8
  95.         Top = 8
  96.         Width = 361
  97.         Height = 49
  98.         AutoSize = False
  99.         Caption = 
  100.           'You can select a program shortcut from the Start Menu. Choose th' +
  101.           'e program and press "OK" button.'
  102.         WordWrap = True
  103.       end
  104.       object tvProgramsUser: TTreeView
  105.         Left = 8
  106.         Top = 64
  107.         Width = 361
  108.         Height = 313
  109.         HideSelection = False
  110.         Images = ilMenuItems
  111.         Indent = 19
  112.         PopupMenu = pmTree
  113.         ReadOnly = True
  114.         ShowRoot = False
  115.         TabOrder = 0
  116.         OnCompare = tvProgramsCommonCompare
  117.         OnDblClick = tvProgramsCommonDblClick
  118.         OnExpanded = tvProgramsCommonExpanded
  119.       end
  120.     end
  121.   end
  122.   object ilMenuItems: TImageList
  123.     BkColor = clWhite
  124.     Left = 280
  125.     Top = 176
  126.   end
  127.   object alStartMenu: TActionList
  128.     OnUpdate = alStartMenuUpdate
  129.     Left = 280
  130.     Top = 216
  131.     object acShowCommon: TAction
  132.       Category = 'View'
  133.       Caption = 'All Users Start Menu'
  134.       OnExecute = acShowCommonExecute
  135.     end
  136.     object acShowUser: TAction
  137.       Category = 'View'
  138.       Caption = 'Current user'#39's Start Menu'
  139.       OnExecute = acShowUserExecute
  140.     end
  141.     object acSelectProgram: TAction
  142.       Category = 'Commands'
  143.       Caption = 'OK'
  144.       OnExecute = acSelectProgramExecute
  145.     end
  146.     object acExpandAll: TAction
  147.       Category = 'View'
  148.       Caption = 'Expand All'
  149.       OnExecute = acExpandAllExecute
  150.     end
  151.     object acCollapseAll: TAction
  152.       Category = 'View'
  153.       Caption = 'Collapse All'
  154.       OnExecute = acCollapseAllExecute
  155.     end
  156.   end
  157.   object pmTree: TPopupMenu
  158.     Left = 284
  159.     Top = 251
  160.     object ExpandAll1: TMenuItem
  161.       Action = acExpandAll
  162.     end
  163.     object CollapseAll1: TMenuItem
  164.       Action = acCollapseAll
  165.     end
  166.   end
  167. end
  168.